func google.golang.org/grpc.newHandlerQuota

2 uses

	google.golang.org/grpc (current package)
		server.go#L1071: 	streamQuota := newHandlerQuota(s.opts.maxConcurrentStreams)
		server.go#L2257: func newHandlerQuota(n uint32) *atomicSemaphore {